Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedFontCollection Class / Add(EmbeddedFontType,FontDataType,Byte[]) Method
The type of the embedded font.
The embedded font data type.
The embedded font binary data.

In This Topic
    Add(EmbeddedFontType,FontDataType,Byte[]) Method
    In This Topic
    Adds a new embedded font to this collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal type As EmbeddedFontType, _
       ByVal dataType As FontDataType, _
       ByVal data() As System.Byte _
    ) As EmbeddedFont
    public EmbeddedFont Add( 
       EmbeddedFontType type,
       FontDataType dataType,
       System.byte[] data
    )

    Parameters

    type
    The type of the embedded font.
    dataType
    The embedded font data type.
    data
    The embedded font binary data.

    Return Value

    The newly created embedded font.
    See Also